String Schema
ExternalReferenceType Complex Type
Description
Information about external system reference
Namespace http://string.drv.de/xmlschema/string
Diagram
LanguageCode Element Text Element Sequence Description Element Code Element ReferenceNumber Element Sequence ExternalReferenceType Complex Type
Overview
ExternalReferenceType
Information about external system reference
Sequence
Code xs:token
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
ExternalReference Element
ExternalReference Element
Source
<xs:complexType name="ExternalReferenceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Information about external system reference</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ReferenceNumber" type="xs:int" nillable="false" />
    <xs:element name="Code" type="xs:token" />
    <xs:element name="Description" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.